You need to run the commands as sudo. Be careful as always.
Remove the list from mailman: Commandline using:
Remove the aliases (to avoid cruft) in /etc/aliases
You can manage who gets automatically subscribed/unsubscribed by going to Special:MailingListRules
Select the mailing list to edit
Add/Edit a rule
Select the type of rule (Role, Project, Phase, Location)
Then select the value of that rule
The rules which have the same type use the ‘OR’ operation, and those which are of different types use the ‘AND’ operation when evaluating whether or not a person should be in that list
For example if the rules are as follows:
It will result in the following boolean expression: ((Role == PNI || Role == CNI) && (Location == ‘Toronto’) && (Project == ‘KNOW’))